Package-level declarations

Types

Link copied to clipboard
data class BarcodeInfo(val id: Long, val symbology: String, val data: String, val rawData: ByteArray?, var currentPosition: BarcodePosition?)

A class representing data and position of a single barcode. Its companion object also contains all the constants information for the symbology reference

Link copied to clipboard
data class BarcodePosition(val topLeft: Point, val topRight: Point, val bottomRight: Point, val bottomLeft: Point)

A class representing position (or location) on a barcode in a frame. The position in specified in four corner points given relative to top left corner of the frame.

Link copied to clipboard
data class BarcodeSettings(val symbology: String)

This class holds all settings of a barcode type